Skip to content

docs: 更新 Release 文档,添加 GitHub Actions 说明#20

Merged
awsl233777 merged 2 commits intomainfrom
docs/update-release-readme
Jan 14, 2026
Merged

docs: 更新 Release 文档,添加 GitHub Actions 说明#20
awsl233777 merged 2 commits intomainfrom
docs/update-release-readme

Conversation

@dreamhunter2333
Copy link
Member

@dreamhunter2333 dreamhunter2333 commented Jan 14, 2026

User description

Summary

  • 添加 GitHub Actions 发布方式说明
  • 保留本地脚本发布方式

Co-Authored-By: Claude Opus 4.5 noreply@anthropic.com


PR Type

documentation


Description

  • Update Release documentation with GitHub Actions

  • Retain local script release method


Diagram Walkthrough

flowchart LR
  A["Release Documentation"] -- "Updated with" --> B["GitHub Actions"]
  A -- "Retained" --> C["Local Script Method"]
Loading

File Walkthrough

Relevant files
Documentation
README.md
Update Release Process Instructions                                           

README.md

  • Added GitHub Actions release method
  • Retained local script release method
  • Provided detailed steps for GitHub Actions
+12/-2   

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@github-actions
Copy link
Contributor

PR Reviewer Guide 🔍

Here are some key observations to aid the review process:

⏱️ Estimated effort to review: 1 🔵⚪⚪⚪⚪
🧪 No relevant tests
🔒 No security concerns identified
⚡ Recommended focus areas for review

Clarity Improvement

The new instructions for using GitHub Actions and local scripts should be reviewed for clarity and completeness. Ensure that users can easily follow the steps without confusion.

创建新版本发布有两种方式:

### GitHub Actions(推荐)

1. 进入仓库的 [Actions](../../actions) 页面
2. 选择 "Release" workflow
3. 点击 "Run workflow"
4. 输入版本号(如 `v1.0.0`5. 点击 "Run workflow" 执行

### 本地脚本

```bash
./release.sh <github_token> <version>

示例:

./release.sh ghp_xxxx v1.0.0

两种方式都会自动创建 tag 并生成 release notes。


</details>

</td></tr>
</table>

@github-actions
Copy link
Contributor

PR Code Suggestions ✨

No code suggestions found for the PR.

- ci-build.yml 添加 workflow_call 支持
- release.yml 在创建 release 后调用 ci-build

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@awsl233777 awsl233777 merged commit be4be5c into main Jan 14, 2026
@awsl233777 awsl233777 deleted the docs/update-release-readme branch January 14, 2026 05:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants